home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Washington_1988 / Devcon_Extras / Utilities / Contents < prev    next >
Encoding:
Text File  |  1992-08-27  |  762 b   |  27 lines

  1.  
  2. This directory contains some occasionally handy utilities by C. Scheppner
  3. and a Config utility with source by Bryce Nesbitt.  
  4.  
  5.  
  6. Comp   - Perform a binary comparison of two files.
  7.      Usage: comp file1 file2
  8.  
  9. Config - Displays information about all of the configured boards in
  10.          the system.  Source provided.
  11.          Usage: config
  12.  
  13. SearchFile - searches file for binary or ascii value
  14.         Usage: searchfile file [ 0xhex | /ascii/ ]
  15.  
  16. SearchMem - searches memory for binary or ascii value
  17.         Usage: searchmem [0x]startaddr [0x]endaddr [ 0xhex | /ascii/ ]
  18.  
  19. SaveMem - saves memory range to a file
  20.         Usage: savemem [0x]startaddr [0x]endaddr filename
  21.  
  22. TStat - Display the task status of a CLI# or exec task
  23.         Usage:  [1-20|ExecTaskName]
  24.  
  25.  
  26.  
  27.